home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00018_Back - SUFQ.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  217 b   |  13 lines

  1. on mouseDown
  2.   buttonClick3()
  3. end
  4.  
  5. on mouseUp
  6.   global gLite3, gButtonPups
  7.   setAt(gButtonPups, 4, gLite3)
  8.   set the text of member "ButtonPups" to string(gButtonPups)
  9.   CollectPrefs()
  10.   puppetMan(0)
  11.   go("Opt2")
  12. end
  13.